﻿
#Head{
    height: 420px;
    min-width: 1300px;
    background: url(../images/bg.jpg) top center no-repeat;
    background-size: 100% 100%;
}
.top *{
    line-height: 40px;
    color: #015293;
    font-size: 14px;
}
.top em{
    margin: 0 15px 0 18px;
    color:  rgb(28 133 217);
}
.loginbox{
    color:  rgb(28 133 217);
}
.loginbox a{
    margin-right: 13px;
    color: #015293;
}
.loginbox a.mr30{
    margin: 0 0 0 13px;
}

.header{
    height: calc(100% - 50px);
		align-items: flex-start;
		padding-top: 50px;
}
.logo{
    padding-top: 35px;
}
.logo img{
    width: 400px;
}
.search{
    /* margin-top: 20px; */
}
.search form{
    width: 500px;
    font-size: 0;
    background: #fff;
    border-radius: 100px;
    overflow: hidden;
    height: 45px;
}
.search input{
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    border: none;
}
.search .word{
    width: 82%;
    padding-left: 15px;
}
.search .submit{
    width: 90px;
    border-radius: 100px;
    /*background: #015293;*/
    color: #fff;
    padding-left: 25px;
    background: #015293 url(../images/search.png) 20px center no-repeat;
    background-size: 16px 16px;
}

.key-words{
    margin-top: 20px;
    font-size: 14px;
    padding-left: 15px;
}
.key-words a{
    display: inline-block;
    padding: 3px 10px;
    margin: 0 0 0 10px;
    color: #ffffff;
    text-shadow: 1px 0px 4px black;
    /* background: rgba(0,0,0,0.2); */
    /*border-radius: 4px;*/
    /*box-shadow: 1px 1px 3px 0 #3c3c3c;*/
    font-size: 14px;
}

#Nav{
    min-width: 1300px;
    background: #015293;
}
.nav{
    line-height: 50px;
}
.nav a{
    display: block;
    flex: 1 1 auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.nav a:hover,
.nav a.active{
    background: #277dc1;
}

#Foot{
    width: 100%;
    min-width: 1300px;
    background: #e7e7e7;
    /*height: 220px;*/
    overflow: hidden;
}
#Foot .links{
    padding: 12px 0;
    background: #b5b5b5;
    box-shadow: 0px 0px 20px 0 #a9a9a9;
}
.links .selects{

}
.links .selects select{
    width: 200px;
    border: none;
    background: transparent;
    text-align: center;
    color: #5a5353;
    font-size: 15px;
}
.footer{
    height: 165px;
    margin-bottom: 20px;
}
.footer .dangzheng img{
    margin-right: 20px;
}
.footer .text *{
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #898989;
}
.footer .text .text-nav{
    line-height: 40px;
}
.footer .text .text-nav *{
    font-weight: 600;
    /*color: #015293;*/
    color: #666;
}
.footer .text .text-nav a{
    margin: 0 10px;
}


/* 适老化改造 */
.wza-box{padding-bottom: 60px; float: none;}
#toolbarOldman { display: block!important;}
.wza-box a{ display: block;float: right;height: 38px;line-height:38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px; }
.wza-box a.wza{ background: #fff;color: #F76B00; border: 1px solid #FC740D; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#F79600;color: #fff;border: 1px solid #F79600;border-radius: 0px 2px 2px 0px; }

.oldModel *{font-size: 28px!important;}
.oldModel .wmby{display: none!important;}
.oldModel .footer .text *{line-height: 45px;}
.oldModel .nav{line-height: 60px;}

/* 缩放适配 */
body.oldModel{zoom:1!important}
.oldModel .wza-box{margin: 0 auto; width: fit-content;}
/* .oldModel .w1200c{width: auto!important;} */
.oldModel .header{flex-direction: column;}
.oldModel #Head {height: auto;min-width: auto;width: 100%;}
/* .oldModel #Head .top{width: 85%!important;} */
.oldModel .logo {margin: 0 auto;padding-top: 20px;}
.oldModel .logo img{width: 90%;margin-left: 20px;}
.oldModel .search{margin: 0 auto;margin-bottom: 30px;width: 80%;margin-top: 20px;}
.oldModel .search input{height: 50px;line-height: 50px;border: none;}
.oldModel .search form{width: 100%;height: 50px;margin-left: 20px; background: rgba(255,255,255,0.74);}
.oldModel .search .word{width: 80%;background: transparent;}
.oldModel .key-words{display: none;}
.oldModel .search .submit{width: 19%;background: #015293; padding: 0;float: right;}
.oldModel #Nav{min-width: auto;width: 100%;}
/* .oldModel .nav{width:90% !important;} */
/* .oldModel #Main{padding:5px;width: 85%!important;} */
/* .oldModel .content{width: 85%!important;} */
/* .oldModel .wrap,
.oldModel .links .selects {width: 85%!important;} */
.oldModel .links .selects select{width: 25%;}
.oldModel #Foot{min-width: auto;}
.oldModel .footer{display: block;height: auto;}
.oldModel .footer>div { width: fit-content; margin: 0 auto;}